Conversation
Owner
bcomnes
commented
May 26, 2025
- Rename to domstack
- Use the node test runner
- more..
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Pull Request Test Coverage Report for Build 16402216151Details
💛 - Coveralls |
markdown-it.settings.js files can be added to domstack websites and they let you customize or replace the markdownit instance.
Generally switch all examples over to use preact, add react, etc.
Page workers are worker entrypoints. They get bundle split with all other bundles, and a worker.json file is placed in the output directory with the page. You can load this file, get the worker filename and then create a worker from that entrypoint. This feature allows you to create workers in pages that get bundled with the rest of your site.
# Conflicts: # package.json
Not using it enough to be installed by default
Font
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.23 to 19.1.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.1.10 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/react/types/react-19.1.10 Bump @types/react from 18.3.23 to 19.1.10 in /examples/react
…/tailwind/esbuild-plugin-tailwindcss-2.1.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Bumps [read-pkg](https://github.com/sindresorhus/read-pkg) from 9.0.1 to 10.0.0. - [Release notes](https://github.com/sindresorhus/read-pkg/releases) - [Commits](sindresorhus/read-pkg@v9.0.1...v10.0.0) --- updated-dependencies: - dependency-name: read-pkg dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.12 to 0.27.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.12...v0.27.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…0.27.1 Bump esbuild from 0.25.12 to 0.27.1
Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](paulmillr/chokidar@4.0.3...5.0.0) --- updated-dependencies: - dependency-name: chokidar dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR represents a major refactoring that renames the project from "top-bun" to "domstack" with several breaking changes and new features. The key changes include:
- Migration from tap test runner to Node.js built-in test runner
- Migration from uhtml-isomorphic to htm/preact for templating
- Addition of web worker support with automatic bundling
- Addition of markdown-it customization support
- Complete rename of project identifiers (TopBun → DomStack)
- Package dependency updates and reorganization
Reviewed changes
Copilot reviewed 180 out of 189 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test-cases/*/index.test.js | Migrated test files from tap to node:test runner |
| test-cases/general-features/src/worker-page/* | Added new web worker demonstration files |
| test-cases/general-features/src/md-page/style.css | Contains duplicate CSS rules for .test-box |
| test-cases/general-features/src/markdown-it.settings.js | New markdown-it customization support |
| lib/identify-pages.js | Added worker file detection and markdown-it settings support |
| lib/build-esbuild/index.js | Added web worker bundling support |
| lib/helpers/*-error.js | Renamed error classes from TopBun* to DomStack* |
| lib/defaults/* | Updated default values from "top-bun" to "domstack" |
| package.json | Updated package name, dependencies, and scripts |
| examples/* | Updated example projects with new naming and features |
| index.js | Updated main class from TopBun to DomStack |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…-10.0.0 Bump read-pkg from 9.0.1 to 10.0.0
…-5.0.0 Bump chokidar from 4.0.3 to 5.0.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.